home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1175
/
BUTTONCONDACTION on(release, keyPress h).as
Wrap
Text File
|
2002-05-21
|
536b
|
33 lines
on(release, keyPress "h"){
if(countttt == 0 and cond == 0)
{
if(mood >= 150)
{
countttt += 1;
if(space == 0)
{
space = 1;
}
mood += 15;
gotoAndPlay(3043);
}
else
{
if(mood >= 10)
{
mood -= 15;
}
else
{
mood = 0;
}
countttt += 1;
gotoAndStop(3050);
}
}
else
{
gotoAndStop(3051);
}
}